Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IBM MQ kamelets to use general MQConnectionFactory #922

Merged
merged 1 commit into from
May 11, 2022

Conversation

claudio4j
Copy link
Contributor

  • Currently it uses MQQueueConnectionFactory, which is specific for Queues. It should use MQConnectionFactory, which can be used for queues and topics.
  • Add a default property serverPort: 1414
  • Fix the yaml dsl routes used in camel 3.15

Fix #921

* Currently it uses MQQueueConnectionFactory, which is specific for Queues. It should use MQConnectionFactory, which can be used for queues and topics.
* Add a default property `serverPort: 1414`
* Fix the [yaml dsl routes used in camel 3.15](https://camel.apache.org/manual/camel-3x-upgrade-guide-3_15.html#_camel_yaml_dsl)

Fix apache#921
@oscerd oscerd merged commit 555bbab into apache:main May 11, 2022
@claudio4j claudio4j deleted the fix_ibm-mq-kamelets branch May 11, 2022 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix IBM MQ kamelets to use general MQConnectionFactory
2 participants